home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / kaffe-0.2 / configure < prev    next >
Text File  |  1996-02-19  |  50KB  |  1,644 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.7 
  5. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14.  
  15. # Initialize some variables set by options.
  16. # The variables have the same names as the options, with
  17. # dashes changed to underlines.
  18. build=NONE
  19. cache_file=./config.cache
  20. exec_prefix=NONE
  21. host=NONE
  22. no_create=
  23. nonopt=NONE
  24. no_recursion=
  25. prefix=NONE
  26. program_prefix=NONE
  27. program_suffix=NONE
  28. program_transform_name=s,x,x,
  29. silent=
  30. site=
  31. srcdir=
  32. target=NONE
  33. verbose=
  34. x_includes=NONE
  35. x_libraries=NONE
  36. bindir='${exec_prefix}/bin'
  37. sbindir='${exec_prefix}/sbin'
  38. libexecdir='${exec_prefix}/libexec'
  39. datadir='${prefix}/share'
  40. sysconfdir='${prefix}/etc'
  41. sharedstatedir='${prefix}/com'
  42. localstatedir='${prefix}/var'
  43. libdir='${exec_prefix}/lib'
  44. includedir='${prefix}/include'
  45. oldincludedir='/usr/include'
  46. infodir='${prefix}/info'
  47. mandir='${prefix}/man'
  48.  
  49. # Initialize some other variables.
  50. subdirs=
  51. MFLAGS= MAKEFLAGS=
  52.  
  53. ac_prev=
  54. for ac_option
  55. do
  56.  
  57.   # If the previous option needs an argument, assign it.
  58.   if test -n "$ac_prev"; then
  59.     eval "$ac_prev=\$ac_option"
  60.     ac_prev=
  61.     continue
  62.   fi
  63.  
  64.   case "$ac_option" in
  65.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  66.   *) ac_optarg= ;;
  67.   esac
  68.  
  69.   # Accept the important Cygnus configure options, so we can diagnose typos.
  70.  
  71.   case "$ac_option" in
  72.  
  73.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  74.     ac_prev=bindir ;;
  75.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  76.     bindir="$ac_optarg" ;;
  77.  
  78.   -build | --build | --buil | --bui | --bu)
  79.     ac_prev=build ;;
  80.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  81.     build="$ac_optarg" ;;
  82.  
  83.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  84.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  85.     ac_prev=cache_file ;;
  86.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  87.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  88.     cache_file="$ac_optarg" ;;
  89.  
  90.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  91.     ac_prev=datadir ;;
  92.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  93.   | --da=*)
  94.     datadir="$ac_optarg" ;;
  95.  
  96.   -disable-* | --disable-*)
  97.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  98.     # Reject names that are not valid shell variable names.
  99.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  100.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  101.     fi
  102.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  103.     eval "enable_${ac_feature}=no" ;;
  104.  
  105.   -enable-* | --enable-*)
  106.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  107.     # Reject names that are not valid shell variable names.
  108.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  109.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  110.     fi
  111.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  112.     case "$ac_option" in
  113.       *=*) ;;
  114.       *) ac_optarg=yes ;;
  115.     esac
  116.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  117.  
  118.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  119.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  120.   | --exec | --exe | --ex)
  121.     ac_prev=exec_prefix ;;
  122.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  123.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  124.   | --exec=* | --exe=* | --ex=*)
  125.     exec_prefix="$ac_optarg" ;;
  126.  
  127.   -gas | --gas | --ga | --g)
  128.     # Obsolete; use --with-gas.
  129.     with_gas=yes ;;
  130.  
  131.   -help | --help | --hel | --he)
  132.     # Omit some internal or obsolete options to make the list less imposing.
  133.     # This message is too long to be a string in the A/UX 3.1 sh.
  134.     cat << EOF
  135. Usage: configure [options] [host]
  136. Options: [defaults in brackets after descriptions]
  137. Configuration:
  138.   --cache-file=FILE       cache test results in FILE
  139.   --help                  print this message
  140.   --no-create             do not create output files
  141.   --quiet, --silent       do not print \`checking...' messages
  142.   --version               print the version of autoconf that created configure
  143. Directory and file names:
  144.   --prefix=PREFIX         install architecture-independent files in PREFIX
  145.                           [$ac_default_prefix]
  146.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  147.                           [same as prefix]
  148.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  149.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  150.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  151.   --datadir=DIR           read-only architecture-independent data in DIR
  152.                           [PREFIX/share]
  153.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  154.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  155.                           [PREFIX/com]
  156.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  157.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  158.   --includedir=DIR        C header files in DIR [PREFIX/include]
  159.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  160.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  161.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  162.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  163.   --program-prefix=PREFIX prepend PREFIX to installed program names
  164.   --program-suffix=SUFFIX append SUFFIX to installed program names
  165.   --program-transform-name=PROGRAM
  166.                           run sed PROGRAM on installed program names
  167. EOF
  168.     cat << EOF
  169. Host type:
  170.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  171.   --host=HOST             configure for HOST [guessed]
  172.   --target=TARGET         configure for TARGET [TARGET=HOST]
  173. Features and packages:
  174.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  175.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  176.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  177.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  178.   --x-includes=DIR        X include files are in DIR
  179.   --x-libraries=DIR       X library files are in DIR
  180. EOF
  181.     if test -n "$ac_help"; then
  182.       echo "--enable and --with options recognized:$ac_help"
  183.     fi
  184.     exit 0 ;;
  185.  
  186.   -host | --host | --hos | --ho)
  187.     ac_prev=host ;;
  188.   -host=* | --host=* | --hos=* | --ho=*)
  189.     host="$ac_optarg" ;;
  190.  
  191.   -includedir | --includedir | --includedi | --included | --include \
  192.   | --includ | --inclu | --incl | --inc)
  193.     ac_prev=includedir ;;
  194.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  195.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  196.     includedir="$ac_optarg" ;;
  197.  
  198.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  199.     ac_prev=infodir ;;
  200.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  201.     infodir="$ac_optarg" ;;
  202.  
  203.   -libdir | --libdir | --libdi | --libd)
  204.     ac_prev=libdir ;;
  205.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  206.     libdir="$ac_optarg" ;;
  207.  
  208.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  209.   | --libexe | --libex | --libe)
  210.     ac_prev=libexecdir ;;
  211.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  212.   | --libexe=* | --libex=* | --libe=*)
  213.     libexecdir="$ac_optarg" ;;
  214.  
  215.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  216.   | --localstate | --localstat | --localsta | --localst \
  217.   | --locals | --local | --loca | --loc | --lo)
  218.     ac_prev=localstatedir ;;
  219.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  220.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  221.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  222.     localstatedir="$ac_optarg" ;;
  223.  
  224.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  225.     ac_prev=mandir ;;
  226.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  227.     mandir="$ac_optarg" ;;
  228.  
  229.   -nfp | --nfp | --nf)
  230.     # Obsolete; use --without-fp.
  231.     with_fp=no ;;
  232.  
  233.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  234.   | --no-cr | --no-c)
  235.     no_create=yes ;;
  236.  
  237.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  238.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  239.     no_recursion=yes ;;
  240.  
  241.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  242.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  243.   | --oldin | --oldi | --old | --ol | --o)
  244.     ac_prev=oldincludedir ;;
  245.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  246.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  247.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  248.     oldincludedir="$ac_optarg" ;;
  249.  
  250.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  251.     ac_prev=prefix ;;
  252.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  253.     prefix="$ac_optarg" ;;
  254.  
  255.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  256.   | --program-pre | --program-pr | --program-p)
  257.     ac_prev=program_prefix ;;
  258.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  259.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  260.     program_prefix="$ac_optarg" ;;
  261.  
  262.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  263.   | --program-suf | --program-su | --program-s)
  264.     ac_prev=program_suffix ;;
  265.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  266.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  267.     program_suffix="$ac_optarg" ;;
  268.  
  269.   -program-transform-name | --program-transform-name \
  270.   | --program-transform-nam | --program-transform-na \
  271.   | --program-transform-n | --program-transform- \
  272.   | --program-transform | --program-transfor \
  273.   | --program-transfo | --program-transf \
  274.   | --program-trans | --program-tran \
  275.   | --progr-tra | --program-tr | --program-t)
  276.     ac_prev=program_transform_name ;;
  277.   -program-transform-name=* | --program-transform-name=* \
  278.   | --program-transform-nam=* | --program-transform-na=* \
  279.   | --program-transform-n=* | --program-transform-=* \
  280.   | --program-transform=* | --program-transfor=* \
  281.   | --program-transfo=* | --program-transf=* \
  282.   | --program-trans=* | --program-tran=* \
  283.   | --progr-tra=* | --program-tr=* | --program-t=*)
  284.     program_transform_name="$ac_optarg" ;;
  285.  
  286.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  287.   | -silent | --silent | --silen | --sile | --sil)
  288.     silent=yes ;;
  289.  
  290.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  291.     ac_prev=sbindir ;;
  292.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  293.   | --sbi=* | --sb=*)
  294.     sbindir="$ac_optarg" ;;
  295.  
  296.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  297.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  298.   | --sharedst | --shareds | --shared | --share | --shar \
  299.   | --sha | --sh)
  300.     ac_prev=sharedstatedir ;;
  301.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  302.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  303.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  304.   | --sha=* | --sh=*)
  305.     sharedstatedir="$ac_optarg" ;;
  306.  
  307.   -site | --site | --sit)
  308.     ac_prev=site ;;
  309.   -site=* | --site=* | --sit=*)
  310.     site="$ac_optarg" ;;
  311.  
  312.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  313.     ac_prev=srcdir ;;
  314.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  315.     srcdir="$ac_optarg" ;;
  316.  
  317.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  318.   | --syscon | --sysco | --sysc | --sys | --sy)
  319.     ac_prev=sysconfdir ;;
  320.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  321.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  322.     sysconfdir="$ac_optarg" ;;
  323.  
  324.   -target | --target | --targe | --targ | --tar | --ta | --t)
  325.     ac_prev=target ;;
  326.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  327.     target="$ac_optarg" ;;
  328.  
  329.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  330.     verbose=yes ;;
  331.  
  332.   -version | --version | --versio | --versi | --vers)
  333.     echo "configure generated by autoconf version 2.7"
  334.     exit 0 ;;
  335.  
  336.   -with-* | --with-*)
  337.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  338.     # Reject names that are not valid shell variable names.
  339.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  340.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  341.     fi
  342.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  343.     case "$ac_option" in
  344.       *=*) ;;
  345.       *) ac_optarg=yes ;;
  346.     esac
  347.     eval "with_${ac_package}='$ac_optarg'" ;;
  348.  
  349.   -without-* | --without-*)
  350.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  351.     # Reject names that are not valid shell variable names.
  352.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  353.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  354.     fi
  355.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  356.     eval "with_${ac_package}=no" ;;
  357.  
  358.   --x)
  359.     # Obsolete; use --with-x.
  360.     with_x=yes ;;
  361.  
  362.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  363.   | --x-incl | --x-inc | --x-in | --x-i)
  364.     ac_prev=x_includes ;;
  365.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  366.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  367.     x_includes="$ac_optarg" ;;
  368.  
  369.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  370.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  371.     ac_prev=x_libraries ;;
  372.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  373.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  374.     x_libraries="$ac_optarg" ;;
  375.  
  376.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  377.     ;;
  378.  
  379.   *)
  380.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  381.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  382.     fi
  383.     if test "x$nonopt" != xNONE; then
  384.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  385.     fi
  386.     nonopt="$ac_option"
  387.     ;;
  388.  
  389.   esac
  390. done
  391.  
  392. if test -n "$ac_prev"; then
  393.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  394. fi
  395.  
  396. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  397.  
  398. # File descriptor usage:
  399. # 0 standard input
  400. # 1 file creation
  401. # 2 errors and warnings
  402. # 3 some systems may open it to /dev/tty
  403. # 4 used on the Kubota Titan
  404. # 6 checking for... messages and results
  405. # 5 compiler messages saved in config.log
  406. if test "$silent" = yes; then
  407.   exec 6>/dev/null
  408. else
  409.   exec 6>&1
  410. fi
  411. exec 5>./config.log
  412.  
  413. echo "\
  414. This file contains any messages produced by compilers while
  415. running configure, to aid debugging if configure makes a mistake.
  416. " 1>&5
  417.  
  418. # Strip out --no-create and --no-recursion so they do not pile up.
  419. # Also quote any args containing shell metacharacters.
  420. ac_configure_args=
  421. for ac_arg
  422. do
  423.   case "$ac_arg" in
  424.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  425.   | --no-cr | --no-c) ;;
  426.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  427.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  428.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  429.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  430.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  431.   esac
  432. done
  433.  
  434. # NLS nuisances.
  435. # Only set LANG and LC_ALL to C if already set.
  436. # These must not be set unconditionally because not all systems understand
  437. # e.g. LANG=C (notably SCO).
  438. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  439. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  440.  
  441. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  442. rm -rf conftest* confdefs.h
  443. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  444. echo > confdefs.h
  445.  
  446. # A filename unique to this package, relative to the directory that
  447. # configure is in, which we can look for to find out if srcdir is correct.
  448. ac_unique_file=kaffe
  449.  
  450. # Find the source files, if location was not specified.
  451. if test -z "$srcdir"; then
  452.   ac_srcdir_defaulted=yes
  453.   # Try the directory containing this script, then its parent.
  454.   ac_prog=$0
  455.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  456.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  457.   srcdir=$ac_confdir
  458.   if test ! -r $srcdir/$ac_unique_file; then
  459.     srcdir=..
  460.   fi
  461. else
  462.   ac_srcdir_defaulted=no
  463. fi
  464. if test ! -r $srcdir/$ac_unique_file; then
  465.   if test "$ac_srcdir_defaulted" = yes; then
  466.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  467.   else
  468.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  469.   fi
  470. fi
  471. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  472.  
  473. # Prefer explicitly selected file to automatically selected ones.
  474. if test -z "$CONFIG_SITE"; then
  475.   if test "x$prefix" != xNONE; then
  476.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  477.   else
  478.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  479.   fi
  480. fi
  481. for ac_site_file in $CONFIG_SITE; do
  482.   if test -r "$ac_site_file"; then
  483.     echo "loading site script $ac_site_file"
  484.     . "$ac_site_file"
  485.   fi
  486. done
  487.  
  488. if test -r "$cache_file"; then
  489.   echo "loading cache $cache_file"
  490.   . $cache_file
  491. else
  492.   echo "creating cache $cache_file"
  493.   > $cache_file
  494. fi
  495.  
  496. ac_ext=c
  497. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  498. ac_cpp='echo $CPP $CPPFLAGS 1>&5;
  499. $CPP $CPPFLAGS'
  500. ac_compile='echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  501. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  502. ac_link='echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  503. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  504.  
  505. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  506.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  507.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  508.     ac_n= ac_c='
  509. ' ac_t='    '
  510.   else
  511.     ac_n=-n ac_c= ac_t=
  512.   fi
  513. else
  514.   ac_n= ac_c='\c' ac_t=
  515. fi
  516.  
  517.  
  518.  
  519. ac_aux_dir=
  520. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  521.   if test -f $ac_dir/install-sh; then
  522.     ac_aux_dir=$ac_dir
  523.     ac_install_sh="$ac_aux_dir/install-sh -c"
  524.     break
  525.   elif test -f $ac_dir/install.sh; then
  526.     ac_aux_dir=$ac_dir
  527.     ac_install_sh="$ac_aux_dir/install.sh -c"
  528.     break
  529.   fi
  530. done
  531. if test -z "$ac_aux_dir"; then
  532.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  533. fi
  534. ac_config_guess=$ac_aux_dir/config.guess
  535. ac_config_sub=$ac_aux_dir/config.sub
  536. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  537.  
  538.  
  539. # Make sure we can run config.sub.
  540. if $ac_config_sub sun4 >/dev/null 2>&1; then :
  541. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  542. fi
  543.  
  544. echo $ac_n "checking host system type""... $ac_c" 1>&6
  545.  
  546. host_alias=$host
  547. case "$host_alias" in
  548. NONE)
  549.   case $nonopt in
  550.   NONE)
  551.     if host_alias=`$ac_config_guess`; then :
  552.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  553.     fi ;;
  554.   *) host_alias=$nonopt ;;
  555.   esac ;;
  556. esac
  557.  
  558. host=`$ac_config_sub $host_alias`
  559. host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
  560. host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
  561. host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
  562. echo "$ac_t""$host" 1>&6
  563.  
  564. case "$host_cpu-$host_os" in
  565. i[345]86-freebsd2*)
  566.     host_cpu=i386 ; host_os=freebsd2 ;;
  567. i[345]86-linux*)
  568.     host_cpu=i386 ; host_os=linux ; kaffe_share=-rdynamic ;;
  569. i[345]86-netbsd*)
  570.     host_cpu=i386 ; host_os=netbsd1 ;;
  571. i[345]86-solaris2*)
  572.     host_cpu=i386 ; host_os=solaris2 ;;
  573. *)
  574.     { echo "configure: error: Architecture not supported" 1>&2; exit 1; }
  575. esac
  576.  
  577.  
  578.  
  579.  
  580. # Extract the first word of "gcc", so it can be a program name with args.
  581. set dummy gcc; ac_word=$2
  582. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  583. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  584.   echo $ac_n "(cached) $ac_c" 1>&6
  585. else
  586.   if test -n "$CC"; then
  587.   ac_cv_prog_CC="$CC" # Let the user override the test.
  588. else
  589.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  590.   for ac_dir in $PATH; do
  591.     test -z "$ac_dir" && ac_dir=.
  592.     if test -f $ac_dir/$ac_word; then
  593.       ac_cv_prog_CC="gcc"
  594.       break
  595.     fi
  596.   done
  597.   IFS="$ac_save_ifs"
  598.   test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
  599. fi
  600. fi
  601. CC="$ac_cv_prog_CC"
  602. if test -n "$CC"; then
  603.   echo "$ac_t""$CC" 1>&6
  604. else
  605.   echo "$ac_t""no" 1>&6
  606. fi
  607.  
  608.  
  609. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  610. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  611.   echo $ac_n "(cached) $ac_c" 1>&6
  612. else
  613.   cat > conftest.c <<EOF
  614. #ifdef __GNUC__
  615.   yes;
  616. #endif
  617. EOF
  618. if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  619.   ac_cv_prog_gcc=yes
  620. else
  621.   ac_cv_prog_gcc=no
  622. fi
  623. fi
  624.  
  625. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  626. if test $ac_cv_prog_gcc = yes; then
  627.   GCC=yes
  628.   if test "${CFLAGS+set}" != set; then
  629.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  630. if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  631.   echo $ac_n "(cached) $ac_c" 1>&6
  632. else
  633.   echo 'void f(){}' > conftest.c
  634. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  635.   ac_cv_prog_gcc_g=yes
  636. else
  637.   ac_cv_prog_gcc_g=no
  638. fi
  639. rm -f conftest*
  640.  
  641. fi
  642.  
  643. echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  644.     if test $ac_cv_prog_gcc_g = yes; then
  645.       CFLAGS="-g -O"
  646.     else
  647.       CFLAGS="-O"
  648.     fi
  649.   fi
  650. else
  651.   GCC=
  652.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  653. fi
  654.  
  655. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  656. if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
  657.   echo $ac_n "(cached) $ac_c" 1>&6
  658. else
  659.   rm -f conftestdata
  660. if ln -s X conftestdata 2>/dev/null
  661. then
  662.   rm -f conftestdata
  663.   ac_cv_prog_LN_S="ln -s"
  664. else
  665.   ac_cv_prog_LN_S=ln
  666. fi
  667. fi
  668. LN_S="$ac_cv_prog_LN_S"
  669. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  670.   echo "$ac_t""yes" 1>&6
  671. else
  672.   echo "$ac_t""no" 1>&6
  673. fi
  674.  
  675. # Find a good install program.  We prefer a C program (faster),
  676. # so one script is as good as another.  But avoid the broken or
  677. # incompatible versions:
  678. # SysV /etc/install, /usr/sbin/install
  679. # SunOS /usr/etc/install
  680. # IRIX /sbin/install
  681. # AIX /bin/install
  682. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  683. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  684. # ./install, which can be erroneously created by make from ./install.sh.
  685. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  686. if test -z "$INSTALL"; then
  687. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  688.   echo $ac_n "(cached) $ac_c" 1>&6
  689. else
  690.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  691.   for ac_dir in $PATH; do
  692.     # Account for people who put trailing slashes in PATH elements.
  693.     case "$ac_dir/" in
  694.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  695.     *)
  696.       # OSF1 and SCO ODT 3.0 have their own names for install.
  697.       for ac_prog in ginstall installbsd scoinst install; do
  698.         if test -f $ac_dir/$ac_prog; then
  699.       if test $ac_prog = install &&
  700.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  701.         # AIX install.  It has an incompatible calling convention.
  702.         # OSF/1 installbsd also uses dspmsg, but is usable.
  703.         :
  704.       else
  705.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  706.         break 2
  707.       fi
  708.     fi
  709.       done
  710.       ;;
  711.     esac
  712.   done
  713.   IFS="$ac_save_ifs"
  714.  
  715. fi
  716.   if test "${ac_cv_path_install+set}" = set; then
  717.     INSTALL="$ac_cv_path_install"
  718.   else
  719.     # As a last resort, use the slow shell script.  We don't cache a
  720.     # path for INSTALL within a source directory, because that will
  721.     # break other packages using the cache if that directory is
  722.     # removed, or if the path is relative.
  723.     INSTALL="$ac_install_sh"
  724.   fi
  725. fi
  726. echo "$ac_t""$INSTALL" 1>&6
  727.  
  728. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  729. # It thinks the first close brace ends the variable substitution.
  730. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  731.  
  732. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  733.  
  734. echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
  735. set dummy ${MAKE-make}; ac_make=$2
  736. if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  737.   echo $ac_n "(cached) $ac_c" 1>&6
  738. else
  739.   cat > conftestmake <<\EOF
  740. all:
  741.     @echo 'ac_maketemp="${MAKE}"'
  742. EOF
  743. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  744. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  745. if test -n "$ac_maketemp"; then
  746.   eval ac_cv_prog_make_${ac_make}_set=yes
  747. else
  748.   eval ac_cv_prog_make_${ac_make}_set=no
  749. fi
  750. rm -f conftestmake
  751. fi
  752. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  753.   echo "$ac_t""yes" 1>&6
  754.   SET_MAKE=
  755. else
  756.   echo "$ac_t""no" 1>&6
  757.   SET_MAKE="MAKE=${MAKE-make}"
  758. fi
  759.  
  760.  
  761. echo $ac_n "checking for -ldl""... $ac_c" 1>&6
  762. ac_lib_var=`echo dl | tr '.-/+' '___p'`
  763. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  764.   echo $ac_n "(cached) $ac_c" 1>&6
  765. else
  766.   ac_save_LIBS="$LIBS"
  767. LIBS="-ldl  $LIBS"
  768. cat > conftest.$ac_ext <<EOF
  769. #line 770 "configure"
  770. #include "confdefs.h"
  771.  
  772. int main() { return 0; }
  773. int t() {
  774. dlopen()
  775. ; return 0; }
  776. EOF
  777. if eval $ac_link; then
  778.   rm -rf conftest*
  779.   eval "ac_cv_lib_$ac_lib_var=yes"
  780. else
  781.   rm -rf conftest*
  782.   eval "ac_cv_lib_$ac_lib_var=no"
  783. fi
  784. rm -f conftest*
  785. LIBS="$ac_save_LIBS"
  786.  
  787. fi
  788. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  789.   echo "$ac_t""yes" 1>&6
  790.     ac_tr_lib=HAVE_LIB`echo dl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  791.   cat >> confdefs.h <<EOF
  792. #define $ac_tr_lib 1
  793. EOF
  794.  
  795.   LIBS="-ldl $LIBS"
  796.  
  797. else
  798.   echo "$ac_t""no" 1>&6
  799. fi
  800.  
  801.  
  802. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  803. # On Suns, sometimes $CPP names a directory.
  804. if test -n "$CPP" && test -d "$CPP"; then
  805.   CPP=
  806. fi
  807. if test -z "$CPP"; then
  808. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  809.   echo $ac_n "(cached) $ac_c" 1>&6
  810. else
  811.     # This must be in double quotes, not single quotes, because CPP may get
  812.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  813.   CPP="${CC-cc} -E"
  814.   # On the NeXT, cc -E runs the code through the compiler's parser,
  815.   # not just through cpp.
  816.   cat > conftest.$ac_ext <<EOF
  817. #line 818 "configure"
  818. #include "confdefs.h"
  819. #include <assert.h>
  820. Syntax Error
  821. EOF
  822. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  823. ac_err=`grep -v '^ *+' conftest.out`
  824. if test -z "$ac_err"; then
  825.   :
  826. else
  827.   echo "$ac_err" >&5
  828.   rm -rf conftest*
  829.   CPP="${CC-cc} -E -traditional-cpp"
  830.   cat > conftest.$ac_ext <<EOF
  831. #line 832 "configure"
  832. #include "confdefs.h"
  833. #include <assert.h>
  834. Syntax Error
  835. EOF
  836. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  837. ac_err=`grep -v '^ *+' conftest.out`
  838. if test -z "$ac_err"; then
  839.   :
  840. else
  841.   echo "$ac_err" >&5
  842.   rm -rf conftest*
  843.   CPP=/lib/cpp
  844. fi
  845. rm -f conftest*
  846. fi
  847. rm -f conftest*
  848.   ac_cv_prog_CPP="$CPP"
  849. fi
  850.   CPP="$ac_cv_prog_CPP"
  851. else
  852.   ac_cv_prog_CPP="$CPP"
  853. fi
  854. echo "$ac_t""$CPP" 1>&6
  855.  
  856. # If we cannot run a trivial program, we must be cross compiling.
  857. echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  858. if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  859.   echo $ac_n "(cached) $ac_c" 1>&6
  860. else
  861.   if test "$cross_compiling" = yes; then
  862.   ac_cv_c_cross=yes
  863. else
  864. cat > conftest.$ac_ext <<EOF
  865. #line 866 "configure"
  866. #include "confdefs.h"
  867. main(){return(0);}
  868. EOF
  869. eval $ac_link
  870. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  871.   ac_cv_c_cross=no
  872. else
  873.   ac_cv_c_cross=yes
  874. fi
  875. fi
  876. rm -fr conftest*
  877. fi
  878.  
  879. echo "$ac_t""$ac_cv_c_cross" 1>&6
  880. cross_compiling=$ac_cv_c_cross
  881.  
  882. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  883. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  884.   echo $ac_n "(cached) $ac_c" 1>&6
  885. else
  886.   cat > conftest.$ac_ext <<EOF
  887. #line 888 "configure"
  888. #include "confdefs.h"
  889. #include <stdlib.h>
  890. #include <stdarg.h>
  891. #include <string.h>
  892. #include <float.h>
  893. EOF
  894. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  895. ac_err=`grep -v '^ *+' conftest.out`
  896. if test -z "$ac_err"; then
  897.   rm -rf conftest*
  898.   ac_cv_header_stdc=yes
  899. else
  900.   echo "$ac_err" >&5
  901.   rm -rf conftest*
  902.   ac_cv_header_stdc=no
  903. fi
  904. rm -f conftest*
  905.  
  906. if test $ac_cv_header_stdc = yes; then
  907.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  908. cat > conftest.$ac_ext <<EOF
  909. #line 910 "configure"
  910. #include "confdefs.h"
  911. #include <string.h>
  912. EOF
  913. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  914.   egrep "memchr" >/dev/null 2>&1; then
  915.   :
  916. else
  917.   rm -rf conftest*
  918.   ac_cv_header_stdc=no
  919. fi
  920. rm -f conftest*
  921.  
  922. fi
  923.  
  924. if test $ac_cv_header_stdc = yes; then
  925.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  926. cat > conftest.$ac_ext <<EOF
  927. #line 928 "configure"
  928. #include "confdefs.h"
  929. #include <stdlib.h>
  930. EOF
  931. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  932.   egrep "free" >/dev/null 2>&1; then
  933.   :
  934. else
  935.   rm -rf conftest*
  936.   ac_cv_header_stdc=no
  937. fi
  938. rm -f conftest*
  939.  
  940. fi
  941.  
  942. if test $ac_cv_header_stdc = yes; then
  943.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  944. if test "$cross_compiling" = yes; then
  945.   :
  946. else
  947. cat > conftest.$ac_ext <<EOF
  948. #line 949 "configure"
  949. #include "confdefs.h"
  950. #include <ctype.h>
  951. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  952. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  953. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  954. int main () { int i; for (i = 0; i < 256; i++)
  955. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  956. exit (0); }
  957.  
  958. EOF
  959. eval $ac_link
  960. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  961.   :
  962. else
  963.   ac_cv_header_stdc=no
  964. fi
  965. fi
  966. rm -fr conftest*
  967. fi
  968. fi
  969.  
  970. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  971. if test $ac_cv_header_stdc = yes; then
  972.   cat >> confdefs.h <<\EOF
  973. #define STDC_HEADERS 1
  974. EOF
  975.  
  976. fi
  977.  
  978. for ac_hdr in fcntl.h sys/time.h unistd.h
  979. do
  980. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  981. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  982. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  983.   echo $ac_n "(cached) $ac_c" 1>&6
  984. else
  985.   cat > conftest.$ac_ext <<EOF
  986. #line 987 "configure"
  987. #include "confdefs.h"
  988. #include <$ac_hdr>
  989. EOF
  990. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  991. ac_err=`grep -v '^ *+' conftest.out`
  992. if test -z "$ac_err"; then
  993.   rm -rf conftest*
  994.   eval "ac_cv_header_$ac_safe=yes"
  995. else
  996.   echo "$ac_err" >&5
  997.   rm -rf conftest*
  998.   eval "ac_cv_header_$ac_safe=no"
  999. fi
  1000. rm -f conftest*
  1001. fi
  1002. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1003.   echo "$ac_t""yes" 1>&6
  1004.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  1005.   cat >> confdefs.h <<EOF
  1006. #define $ac_tr_hdr 1
  1007. EOF
  1008.  
  1009. else
  1010.   echo "$ac_t""no" 1>&6
  1011. fi
  1012. done
  1013.  
  1014.  
  1015. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  1016. if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  1017.   echo $ac_n "(cached) $ac_c" 1>&6
  1018. else
  1019.   cat > conftest.$ac_ext <<EOF
  1020. #line 1021 "configure"
  1021. #include "confdefs.h"
  1022. #include <sys/types.h>
  1023. #include <sys/time.h>
  1024. #include <time.h>
  1025. int main() { return 0; }
  1026. int t() {
  1027. struct tm *tp;
  1028. ; return 0; }
  1029. EOF
  1030. if eval $ac_compile; then
  1031.   rm -rf conftest*
  1032.   ac_cv_header_time=yes
  1033. else
  1034.   rm -rf conftest*
  1035.   ac_cv_header_time=no
  1036. fi
  1037. rm -f conftest*
  1038.  
  1039. fi
  1040.  
  1041. echo "$ac_t""$ac_cv_header_time" 1>&6
  1042. if test $ac_cv_header_time = yes; then
  1043.   cat >> confdefs.h <<\EOF
  1044. #define TIME_WITH_SYS_TIME 1
  1045. EOF
  1046.  
  1047. fi
  1048.  
  1049. echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
  1050. if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
  1051.   echo $ac_n "(cached) $ac_c" 1>&6
  1052. else
  1053.   cat > conftest.$ac_ext <<EOF
  1054. #line 1055 "configure"
  1055. #include "confdefs.h"
  1056. #include <sys/types.h>
  1057. #include <time.h>
  1058. int main() { return 0; }
  1059. int t() {
  1060. struct tm *tp; tp->tm_sec;
  1061. ; return 0; }
  1062. EOF
  1063. if eval $ac_compile; then
  1064.   rm -rf conftest*
  1065.   ac_cv_struct_tm=time.h
  1066. else
  1067.   rm -rf conftest*
  1068.   ac_cv_struct_tm=sys/time.h
  1069. fi
  1070. rm -f conftest*
  1071.  
  1072. fi
  1073.  
  1074. echo "$ac_t""$ac_cv_struct_tm" 1>&6
  1075. if test $ac_cv_struct_tm = sys/time.h; then
  1076.   cat >> confdefs.h <<\EOF
  1077. #define TM_IN_SYS_TIME 1
  1078. EOF
  1079.  
  1080. fi
  1081.  
  1082.  
  1083. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  1084. if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
  1085.   echo $ac_n "(cached) $ac_c" 1>&6
  1086. else
  1087.   cat > conftest.$ac_ext <<EOF
  1088. #line 1089 "configure"
  1089. #include "confdefs.h"
  1090. #include <sys/types.h>
  1091. #include <signal.h>
  1092. #ifdef signal
  1093. #undef signal
  1094. #endif
  1095. #ifdef __cplusplus
  1096. extern "C" void (*signal (int, void (*)(int)))(int);
  1097. #else
  1098. void (*signal ()) ();
  1099. #endif
  1100.  
  1101. int main() { return 0; }
  1102. int t() {
  1103. int i;
  1104. ; return 0; }
  1105. EOF
  1106. if eval $ac_compile; then
  1107.   rm -rf conftest*
  1108.   ac_cv_type_signal=void
  1109. else
  1110.   rm -rf conftest*
  1111.   ac_cv_type_signal=int
  1112. fi
  1113. rm -f conftest*
  1114.  
  1115. fi
  1116.  
  1117. echo "$ac_t""$ac_cv_type_signal" 1>&6
  1118. cat >> confdefs.h <<EOF
  1119. #define RETSIGTYPE $ac_cv_type_signal
  1120. EOF
  1121.  
  1122.  
  1123. for ac_func in select socket
  1124. do
  1125. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1126. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1127.   echo $ac_n "(cached) $ac_c" 1>&6
  1128. else
  1129.   cat > conftest.$ac_ext <<EOF
  1130. #line 1131 "configure"
  1131. #include "confdefs.h"
  1132. /* System header to define __stub macros and hopefully few prototypes,
  1133.     which can conflict with char $ac_func(); below.  */
  1134. #include <assert.h>
  1135. /* Override any gcc2 internal prototype to avoid an error.  */
  1136. char $ac_func();
  1137.  
  1138. int main() { return 0; }
  1139. int t() {
  1140.  
  1141. /* The GNU C library defines this for functions which it implements
  1142.     to always fail with ENOSYS.  Some functions are actually named
  1143.     something starting with __ and the normal name is an alias.  */
  1144. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1145. choke me
  1146. #else
  1147. $ac_func();
  1148. #endif
  1149.  
  1150. ; return 0; }
  1151. EOF
  1152. if eval $ac_link; then
  1153.   rm -rf conftest*
  1154.   eval "ac_cv_func_$ac_func=yes"
  1155. else
  1156.   rm -rf conftest*
  1157.   eval "ac_cv_func_$ac_func=no"
  1158. fi
  1159. rm -f conftest*
  1160.  
  1161. fi
  1162. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1163.   echo "$ac_t""yes" 1>&6
  1164.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1165.   cat >> confdefs.h <<EOF
  1166. #define $ac_tr_func 1
  1167. EOF
  1168.  
  1169. else
  1170.   echo "$ac_t""no" 1>&6
  1171. fi
  1172. done
  1173.  
  1174.  
  1175. echo $ac_n "checking for underscore in dlsym""... $ac_c" 1>&6
  1176. echo "#define _LIBC_ \"`ls /usr/lib/libncurses.so.* | head -1`\"" >> confdefs.h
  1177. if test "$cross_compiling" = yes; then
  1178.   exit 1
  1179. else
  1180. cat > conftest.$ac_ext <<EOF
  1181. #line 1182 "configure"
  1182. #include "confdefs.h"
  1183. main() {void* lib = (void*)dlopen(_LIBC_); if (dlsym(lib, "_initscr") != 0) { exit(0); } else { exit(1); } }
  1184. EOF
  1185. eval $ac_link
  1186. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1187.   echo "$ac_t""yes" 1>&6; echo "#define NEED_DYN_UNDERSTORE 1" >> confdefs.h
  1188. else
  1189.   echo "$ac_t""no" 1>&6
  1190. fi
  1191. fi
  1192. rm -fr conftest*
  1193.  
  1194. subdirs="lib"
  1195.  
  1196. subdirs="kaffe2native kaffe kaffeh sun include man scripts $subdirs"
  1197.  
  1198.  
  1199. trap '' 1 2 15
  1200. cat > confcache <<\EOF
  1201. # This file is a shell script that caches the results of configure
  1202. # tests run on this system so they can be shared between configure
  1203. # scripts and configure runs.  It is not useful on other systems.
  1204. # If it contains results you don't want to keep, you may remove or edit it.
  1205. #
  1206. # By default, configure uses ./config.cache as the cache file,
  1207. # creating it if it does not exist already.  You can give configure
  1208. # the --cache-file=FILE option to use a different cache file; that is
  1209. # what configure does when it calls configure scripts in
  1210. # subdirectories, so they share the cache.
  1211. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1212. # config.status only pays attention to the cache file if you give it the
  1213. # --recheck option to rerun configure.
  1214. #
  1215. EOF
  1216. # Ultrix sh set writes to stderr and can't be redirected directly,
  1217. # and sets the high bit in the cache file unless we assign to the vars.
  1218. (set) 2>&1 |
  1219.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  1220.   >> confcache
  1221. if cmp -s $cache_file confcache; then
  1222.   :
  1223. else
  1224.   if test -w $cache_file; then
  1225.     echo "updating cache $cache_file"
  1226.     cat confcache > $cache_file
  1227.   else
  1228.     echo "not updating unwritable cache $cache_file"
  1229.   fi
  1230. fi
  1231. rm -f confcache
  1232.  
  1233. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1234.  
  1235. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1236. # Let make expand exec_prefix.
  1237. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1238.  
  1239. # Any assignment to VPATH causes Sun make to only execute
  1240. # the first set of double-colon rules, so remove it if not needed.
  1241. # If there is a colon in the path, we need to keep it.
  1242. if test "x$srcdir" = x.; then
  1243.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  1244. fi
  1245.  
  1246. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1247.  
  1248. DEFS=-DHAVE_CONFIG_H
  1249.  
  1250. # Without the "./", some shells look in PATH for config.status.
  1251. : ${CONFIG_STATUS=./config.status}
  1252.  
  1253. echo creating $CONFIG_STATUS
  1254. rm -f $CONFIG_STATUS
  1255. cat > $CONFIG_STATUS <<EOF
  1256. #! /bin/sh
  1257. # Generated automatically by configure.
  1258. # Run this file to recreate the current configuration.
  1259. # This directory was configured as follows,
  1260. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1261. #
  1262. # $0 $ac_configure_args
  1263. #
  1264. # Compiler output produced by configure, useful for debugging
  1265. # configure, is in ./config.log if it exists.
  1266.  
  1267. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1268. for ac_option
  1269. do
  1270.   case "\$ac_option" in
  1271.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1272.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1273.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1274.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1275.     echo "$CONFIG_STATUS generated by autoconf version 2.7"
  1276.     exit 0 ;;
  1277.   -help | --help | --hel | --he | --h)
  1278.     echo "\$ac_cs_usage"; exit 0 ;;
  1279.   *) echo "\$ac_cs_usage"; exit 1 ;;
  1280.   esac
  1281. done
  1282.  
  1283. ac_given_srcdir=$srcdir
  1284. ac_given_INSTALL="$INSTALL"
  1285.  
  1286. trap 'rm -fr `echo "Makefile kaffe/Makefile kaffe2native/Makefile kaffeh/Makefile sun/Makefile include/Makefile man/Makefile scripts/Makefile kaffe/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1287. EOF
  1288. cat >> $CONFIG_STATUS <<EOF
  1289.  
  1290. # Protect against being on the right side of a sed subst in config.status.
  1291. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1292.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1293. $ac_vpsub
  1294. $extrasub
  1295. s%@CFLAGS@%$CFLAGS%g
  1296. s%@CPPFLAGS@%$CPPFLAGS%g
  1297. s%@CXXFLAGS@%$CXXFLAGS%g
  1298. s%@DEFS@%$DEFS%g
  1299. s%@LDFLAGS@%$LDFLAGS%g
  1300. s%@LIBS@%$LIBS%g
  1301. s%@exec_prefix@%$exec_prefix%g
  1302. s%@prefix@%$prefix%g
  1303. s%@program_transform_name@%$program_transform_name%g
  1304. s%@bindir@%$bindir%g
  1305. s%@sbindir@%$sbindir%g
  1306. s%@libexecdir@%$libexecdir%g
  1307. s%@datadir@%$datadir%g
  1308. s%@sysconfdir@%$sysconfdir%g
  1309. s%@sharedstatedir@%$sharedstatedir%g
  1310. s%@localstatedir@%$localstatedir%g
  1311. s%@libdir@%$libdir%g
  1312. s%@includedir@%$includedir%g
  1313. s%@oldincludedir@%$oldincludedir%g
  1314. s%@infodir@%$infodir%g
  1315. s%@mandir@%$mandir%g
  1316. s%@host@%$host%g
  1317. s%@host_alias@%$host_alias%g
  1318. s%@host_cpu@%$host_cpu%g
  1319. s%@host_vendor@%$host_vendor%g
  1320. s%@host_os@%$host_os%g
  1321. s%@kaffe_share@%$kaffe_share%g
  1322. s%@CC@%$CC%g
  1323. s%@LN_S@%$LN_S%g
  1324. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1325. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1326. s%@SET_MAKE@%$SET_MAKE%g
  1327. s%@CPP@%$CPP%g
  1328. s%@subdirs@%$subdirs%g
  1329.  
  1330. CEOF
  1331. EOF
  1332. cat >> $CONFIG_STATUS <<EOF
  1333.  
  1334. CONFIG_FILES=\${CONFIG_FILES-"Makefile kaffe/Makefile kaffe2native/Makefile kaffeh/Makefile sun/Makefile include/Makefile man/Makefile scripts/Makefile"}
  1335. EOF
  1336. cat >> $CONFIG_STATUS <<\EOF
  1337. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1338.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  1339.   case "$ac_file" in
  1340.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  1341.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1342.   *) ac_file_in="${ac_file}.in" ;;
  1343.   esac
  1344.  
  1345.   # Adjust relative srcdir, etc. for subdirectories.
  1346.  
  1347.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1348.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1349.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1350.     # The file is in a subdirectory.
  1351.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1352.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  1353.     # A "../" for each directory in $ac_dir_suffix.
  1354.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1355.   else
  1356.     ac_dir_suffix= ac_dots=
  1357.   fi
  1358.  
  1359.   case "$ac_given_srcdir" in
  1360.   .)  srcdir=.
  1361.       if test -z "$ac_dots"; then top_srcdir=.
  1362.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1363.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1364.   *) # Relative path.
  1365.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1366.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1367.   esac
  1368.  
  1369.   case "$ac_given_INSTALL" in
  1370.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1371.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1372.   esac
  1373.   echo creating "$ac_file"
  1374.   rm -f "$ac_file"
  1375.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1376.   case "$ac_file" in
  1377.   *Makefile*) ac_comsub="1i\\
  1378. # $configure_input" ;;
  1379.   *) ac_comsub= ;;
  1380.   esac
  1381.   sed -e "$ac_comsub
  1382. s%@configure_input@%$configure_input%g
  1383. s%@srcdir@%$srcdir%g
  1384. s%@top_srcdir@%$top_srcdir%g
  1385. s%@INSTALL@%$INSTALL%g
  1386. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  1387. fi; done
  1388. rm -f conftest.subs
  1389.  
  1390. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1391. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1392. #
  1393. # ac_d sets the value in "#define NAME VALUE" lines.
  1394. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  1395. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  1396. ac_dC='\3'
  1397. ac_dD='%g'
  1398. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1399. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  1400. ac_uB='\([     ]\)%\1#\2define\3'
  1401. ac_uC=' '
  1402. ac_uD='\4%g'
  1403. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1404. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  1405. ac_eB='$%\1#\2define\3'
  1406. ac_eC=' '
  1407. ac_eD='%g'
  1408.  
  1409. CONFIG_HEADERS=${CONFIG_HEADERS-"kaffe/config.h"}
  1410. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1411.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  1412.   case "$ac_file" in
  1413.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  1414.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1415.   *) ac_file_in="${ac_file}.in" ;;
  1416.   esac
  1417.  
  1418.   echo creating $ac_file
  1419.  
  1420.   rm -f conftest.frag conftest.in conftest.out
  1421.   cp $ac_given_srcdir/$ac_file_in conftest.in
  1422.  
  1423. EOF
  1424.  
  1425. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1426. # the proper values into config.h.in to produce config.h.  And first:
  1427. # Protect against being on the right side of a sed subst in config.status.
  1428. # Protect against being in an unquoted here document in config.status.
  1429. rm -f conftest.vals
  1430. cat > conftest.hdr <<\EOF
  1431. s/[\\&%]/\\&/g
  1432. s%[\\$`]%\\&%g
  1433. s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  1434. s%ac_d%ac_u%gp
  1435. s%ac_u%ac_e%gp
  1436. EOF
  1437. sed -n -f conftest.hdr confdefs.h > conftest.vals
  1438. rm -f conftest.hdr
  1439.  
  1440. # This sed command replaces #undef with comments.  This is necessary, for
  1441. # example, in the case of _POSIX_SOURCE, which is predefined and required
  1442. # on some systems where configure will not decide to define it.
  1443. cat >> conftest.vals <<\EOF
  1444. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  1445. EOF
  1446.  
  1447. # Break up conftest.vals because some shells have a limit on
  1448. # the size of here documents, and old seds have small limits too.
  1449. # Maximum number of lines to put in a single here document.
  1450. ac_max_here_lines=12
  1451.  
  1452. rm -f conftest.tail
  1453. while :
  1454. do
  1455.   ac_lines=`grep -c . conftest.vals`
  1456.   # grep -c gives empty output for an empty file on some AIX systems.
  1457.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  1458.   # Write a limited-size here document to conftest.frag.
  1459.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  1460.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  1461.   echo 'CEOF
  1462.   sed -f conftest.frag conftest.in > conftest.out
  1463.   rm -f conftest.in
  1464.   mv conftest.out conftest.in
  1465. ' >> $CONFIG_STATUS
  1466.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  1467.   rm -f conftest.vals
  1468.   mv conftest.tail conftest.vals
  1469. done
  1470. rm -f conftest.vals
  1471.  
  1472. cat >> $CONFIG_STATUS <<\EOF
  1473.   rm -f conftest.frag conftest.h
  1474.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  1475.   cat conftest.in >> conftest.h
  1476.   rm -f conftest.in
  1477.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  1478.     echo "$ac_file is unchanged"
  1479.     rm -f conftest.h
  1480.   else
  1481.     rm -f $ac_file
  1482.     mv conftest.h $ac_file
  1483.   fi
  1484. fi; done
  1485.  
  1486. EOF
  1487.  
  1488. cat >> $CONFIG_STATUS <<EOF
  1489. ac_sources="config/$host_cpu-asm.h config/$host_cpu-needs.h config/$host_cpu-kaffe.def config/$host_cpu-$host_os-md.h"
  1490. ac_dests="kaffe/asm.h kaffe/needs.h kaffe/kaffe.def kaffe/md.h"
  1491. EOF
  1492.  
  1493. cat >> $CONFIG_STATUS <<\EOF
  1494. srcdir=$ac_given_srcdir
  1495. while test -n "$ac_sources"; do
  1496.   set $ac_dests; ac_dest=$1; shift; ac_dests=$*
  1497.   set $ac_sources; ac_source=$1; shift; ac_sources=$*
  1498.  
  1499.   echo "linking $srcdir/$ac_source to $ac_dest"
  1500.  
  1501.   if test ! -r $srcdir/$ac_source; then
  1502.     { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
  1503.   fi
  1504.   rm -f $ac_dest
  1505.  
  1506.   # Make relative symlinks.
  1507.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1508.   ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
  1509.   if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
  1510.     # The dest file is in a subdirectory.
  1511.     test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
  1512.     ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
  1513.     # A "../" for each directory in $ac_dest_dir_suffix.
  1514.     ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
  1515.   else
  1516.     ac_dest_dir_suffix= ac_dots=
  1517.   fi
  1518.  
  1519.   case "$srcdir" in
  1520.   [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
  1521.   *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
  1522.   esac
  1523.  
  1524.   # Make a symlink if possible; otherwise try a hard link.
  1525.   if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
  1526.     ln $srcdir/$ac_source $ac_dest; then :
  1527.   else
  1528.     { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
  1529.   fi
  1530. done
  1531.  
  1532.  
  1533. exit 0
  1534. EOF
  1535. chmod +x $CONFIG_STATUS
  1536. rm -fr confdefs* $ac_clean_files
  1537. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1538.  
  1539. if test "$no_recursion" != yes; then
  1540.  
  1541.   # Remove --cache-file and --srcdir arguments so they do not pile up.
  1542.   ac_sub_configure_args=
  1543.   ac_prev=
  1544.   for ac_arg in $ac_configure_args; do
  1545.     if test -n "$ac_prev"; then
  1546.       ac_prev=
  1547.       continue
  1548.     fi
  1549.     case "$ac_arg" in
  1550.     -cache-file | --cache-file | --cache-fil | --cache-fi \
  1551.     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  1552.       ac_prev=cache_file ;;
  1553.     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  1554.     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  1555.       ;;
  1556.     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1557.       ac_prev=srcdir ;;
  1558.     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1559.       ;;
  1560.     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
  1561.     esac
  1562.   done
  1563.  
  1564.   for ac_config_dir in lib; do
  1565.  
  1566.     # Do not complain, so a configure script can configure whichever
  1567.     # parts of a large source tree are present.
  1568.     if test ! -d $srcdir/$ac_config_dir; then
  1569.       continue
  1570.     fi
  1571.  
  1572.     echo configuring in $ac_config_dir
  1573.  
  1574.     case "$srcdir" in
  1575.     .) ;;
  1576.     *)
  1577.       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
  1578.       else
  1579.         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
  1580.       fi
  1581.       ;;
  1582.     esac
  1583.  
  1584.     ac_popdir=`pwd`
  1585.     cd $ac_config_dir
  1586.  
  1587.     case "$srcdir" in
  1588.     .) # No --srcdir option.  We are building in place.
  1589.       ac_sub_srcdir=$srcdir ;;
  1590.     /*) # Absolute path.
  1591.       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
  1592.     *) # Relative path.
  1593.       ac_sub_srcdir=../$srcdir/$ac_config_dir ;;
  1594.     esac
  1595.  
  1596.     # Check for guested configure; otherwise get Cygnus style configure.
  1597.     if test -f $ac_sub_srcdir/configure; then
  1598.       ac_sub_configure=$ac_sub_srcdir/configure
  1599.     elif test -f $ac_sub_srcdir/configure.in; then
  1600.       ac_sub_configure=$ac_configure
  1601.     else
  1602.       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
  1603.       ac_sub_configure=
  1604.     fi
  1605.  
  1606.     # The recursion is here.
  1607.     if test -n "$ac_sub_configure"; then
  1608.  
  1609.       # Make the cache file name correct relative to the subdirectory.
  1610.       # A "../" for each directory in /$ac_config_dir.
  1611.       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
  1612.       case "$cache_file" in
  1613.       /*) ac_sub_cache_file=$cache_file ;;
  1614.       *) # Relative path.
  1615.         ac_sub_cache_file="$ac_dots$cache_file" ;;
  1616.       esac
  1617.   case "$ac_given_INSTALL" in
  1618.         [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1619.         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1620.         esac
  1621.  
  1622.       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
  1623.       # The eval makes quoting arguments work.
  1624.       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
  1625.       then :
  1626.       else
  1627.         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
  1628.       fi
  1629.     fi
  1630.  
  1631.     cd $ac_popdir
  1632.   done
  1633. fi
  1634.  
  1635.  
  1636. libdir=`eval echo $libdir` ; libdir=`eval echo $libdir`
  1637. bindir=`eval echo $bindir` ; bindir=`eval echo $bindir`
  1638. datadir=`eval echo $datadir`
  1639. echo CLASSPATH=.:$datadir/kaffe/classes.zip > ENVIRONMENT
  1640. echo KAFFEHOME=$datadir/kaffe >> ENVIRONMENT
  1641. echo LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:$libdir >> ENVIRONMENT
  1642. echo PATH=\$PATH:$bindir >> ENVIRONMENT
  1643. echo export CLASSPATH KAFFEHOME LD_LIBRARY_PATH PATH >> ENVIRONMENT
  1644.